FileXfer_Host.WAS
FileXfer_Client.WAS
Procomm Plus 4.x for Windows 95/98/NT


Should I use this script?
-------------------------
FileXfer_Host and FileXfer_Client interact with each other to 
transfer files between a host machine and a client machine.  
The client will call the Host, and once a connection has been
established the scripts interact with each other automatically.
No user intervention is necessary.  Each script creates a
log of all transactions.


Customization
-------------
Using the Procomm Plus ASPECT editor:

FileXfer_Host.WAS:
*To set the File Inbox directory edit path line 30.
*To set the 1st Outbox directory path edit line 31.
*To set the 1st Outbox SENT directory path edit line 32.
*To set the 2nd Outbox directory path edit line 33.
*To set the 2nd Outbox SENT directory path edit line 34.
*To set the Log file path edit line 35.

*To change the default file transfer protocol from ZMODEM
edit lines 170 and 195.

FileXfer_Client.WAS:
*To set the Host number to dial edit line 29.
*To set the Outbox directory path edit line 30.
*To set the Outbox SENT directory path edit line 31.
*To set the 1st Inbox directory path edit line 32.
*To set the 2nd inbox directory path edit line 33.
*To set the Log file path edit line 35.

*To change the default file transfer protocol from ZMODEM
edit lines 136 and 163.

*NOTE:  If you change the file transfer protocol on the Host,
you must also change it on the Client, and vice-versa.


How do I install FileXfer_Host.WAX and FileXfer_Client.WAX?
------------------------------------------------------------
Copy FileXfer_Host.WAS to your ASPECT directory on one 
machine and compile it by selecting
Tools | Scripts | Compile/Edit from the Procomm Plus
Menu bar.

Copy FileXfer_Client.WAS to your ASPECT directory on 
another machine and compile it.


How do I run FileXfer_Host.WAX and FileXfer_Client.WAX?
-------------------------------------------------------
From the Action Bar:

1)  Click on the Script File drop down menu.
2)  Select FileXfer_Host or FileXfer_Client.

From the Menu Bar:

1)  Click on Tools | Scripts.
2)  Click on Run.
3)  Select FileXfer_Host.WAX or FileXfer_Client.WAX.
4)  Click on Open.

NOTE:  If FileXfer_Host.WAX or FileXfer_Client.WAX
       does not appear in the Script File drop down 
       list, you might have a different default ASPECT path.
       To change the path, go to Options | Data Options | Paths
       and change the path to PROGRAM FILES\PROCOMM PLUS\ASPECT
       directory.

